-
Notifications
You must be signed in to change notification settings - Fork 9
Replace pkg_resources and bump Python version requirements #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Replace pkg_resources and bump Python version requirements #203
Conversation
brian-rose
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that I understand everything that's going on here, but it's passing CI and I don't see anything amiss.
|
|
Ah, right. And it looks like the Python versions on here are quite old at this point. I'll put this in draft for now since it probably makes more sense to merge after those changes. |
@dcamron, I think the changes I just pushed should cover the key pieces here (i.e. Python versions and associated metadata) and a few minor things I caught along the way. Let me know if not. I realize there's more that could be done re: packaging updates, but I think those can probably come later. |
Replaces the use of now deprecated pkg_resources.
Closes #200